home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / koolmoves / kmsetup.exe / {app} / Tutorials / pc.css < prev    next >
Cascading Style Sheet File  |  2003-07-05  |  2KB  |  93 lines

  1. P {
  2.   font-weight: normal;
  3.   font-size: 10pt;
  4.   line-height: 12pt;
  5.   color: #000000;
  6.   font-style: normal;
  7.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  8. }
  9.  
  10. P.bold {
  11.   font-weight: bold;
  12.   font-size: 10pt;
  13.   line-height: 12pt;
  14.   color: #000000;
  15.   font-style: normal;
  16.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  17. }
  18.  
  19. P.large {
  20.   font-weight: bold;
  21.   font-size: 11pt;
  22.   line-height: 16pt;
  23.   color: #000000;
  24.   font-style: normal;
  25.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  26. }
  27.  
  28. P.small {
  29.   font-weight: bold;
  30.   font-size: 8pt;
  31.   line-height: 10pt;
  32.   color: #000000;
  33.   font-style: normal;
  34.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  35. }
  36.  
  37. P.tight {
  38.   font-weight: normal;
  39.   font-size: 10pt;
  40.   line-height: 12pt;
  41.   color: #000000;
  42.   font-style: normal;
  43.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  44. }
  45.  
  46. P.dark {
  47.   font-weight: normal;
  48.   font-size: 10pt;
  49.   line-height: 15pt;
  50.   color: #000000;
  51.   font-style: normal;
  52.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  53. }
  54.  
  55. P.dktight {
  56.   font-weight: normal;
  57.   font-size: 10pt;
  58.   line-height: 12pt;
  59.   color: #000000;
  60.   font-style: normal;
  61.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  62. }
  63.  
  64. P.justified {
  65.   font-weight: normal;
  66.   font-size: 10pt;
  67.   line-height: 12pt;
  68.   color: #000000;
  69.   font-style: normal;
  70.   text-align: justify;
  71.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  72. }
  73.  
  74. P.justifiedbold {
  75.   font-weight: bold;
  76.   font-size: 10pt;
  77.   line-height: 12pt;
  78.   color: #000000;
  79.   font-style: normal;
  80.   text-align: justify;
  81.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  82. }
  83.  
  84. P.justifieditalic {
  85.   font-weight: normal;
  86.   font-size: 10pt;
  87.   line-height: 12pt;
  88.   color: #000000;
  89.   font-style: italic;
  90.   text-align: justify;
  91.   font-family: "Verdana", "Arial" , "Helvetica", "sans-serif";
  92. }
  93.